golang.org/x/tools/internal/gcimporter.exporter.strIndex (field)

5 uses

	golang.org/x/tools/internal/gcimporter (current package)
		bexport.go#L67: 	strIndex map[string]int
		bexport.go#L108: 		strIndex:      map[string]int{"": 0}, // empty string is mapped to 0
		bexport.go#L727: 	if i, ok := p.strIndex[s]; ok {
		bexport.go#L732: 	p.strIndex[s] = len(p.strIndex)